home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- puppetPalette(0)
- end
-
- on mouseDown
- if (the clickOn >= 17) and (the clickOn <= 20) then
- BUTTONDOWN()
- else
- if the clickOn = 48 then
- puppetSound("click")
- end if
- end if
- end
-
- on mouseUp
- global voice, sourceScreen
- if (the clickOn >= 17) and (the clickOn <= 20) then
- if the clickOn = 17 then
- set the movieRate of sprite 27 to 0
- puppetSprite(12, 0)
- puppetSprite(13, 0)
- puppetSprite(23, 0)
- puppetSprite(24, 0)
- puppetSprite(25, 0)
- puppetSprite(27, 0)
- puppetSprite(48, 0)
- set voice to 0
- updateStage()
- go("showMovie2")
- end if
- if the clickOn = 18 then
- set the movieRate of sprite 27 to 0
- puppetSprite(12, 0)
- puppetSprite(13, 0)
- puppetSprite(23, 0)
- puppetSprite(24, 0)
- puppetSprite(25, 0)
- puppetSprite(27, 0)
- puppetSprite(48, 0)
- set voice to 0
- updateStage()
- go("hideMovie")
- end if
- if the clickOn = 19 then
- ADDORDERBUTTON()
- end if
- if the clickOn = 20 then
- set the movieRate of sprite 27 to 0
- puppetSprite(12, 0)
- puppetSprite(13, 0)
- puppetSprite(23, 0)
- puppetSprite(24, 0)
- puppetSprite(25, 0)
- puppetSprite(27, 0)
- puppetSprite(48, 0)
- set voice to 0
- if soundBusy(2) then
- sound stop 2
- end if
- updateStage()
- if sourceScreen = 1 then
- go("interac")
- else
- go("movies")
- end if
- end if
- end if
- if the clickOn = 48 then
- CHANGESOUND6()
- end if
- if the clickOn = 23 then
- go(the frame - 3)
- end if
- if the clickOn = 24 then
- go(the frame - 1)
- end if
- if the clickOn = 25 then
- go(the frame + 1)
- end if
- end
-
- on exitFrame
- global clipLength, fixpal
- if the movieTime of sprite 27 = clipLength then
- go(the frame + 1)
- end if
- go(the frame)
- end
-